.Cellphonemenubox {
    position: fixed;
    display: flex;
    background-color: white;
    top: 0px;
    height: 70px;
    width: 100%;
    z-index: 5;
    transition: 0.5s;
}

.Cellphonemenubox img {
    flex: 20%;
    margin-top: -90px;
    margin-left: -20px;
    width: 200px;
    height: 250px;
    transition: 0.5s;
}

.Cellphonemenubox button {
    flex: 80%;
    justify-content: right;
    align-items: right;
    text-align: right;
    text-decoration: none;
    background-color: white;
    border: none;
}

.Cellphonemenubox span {
    font-size: 30px;
    cursor: pointer;
}

.sidemenucover {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
    background-color: rgba(0, 0, 0, 0);
    z-index: 3;
    transition: 0.5s;
}

.sidemenu {
    position: fixed;
    top: 0;
    left: -300px;
    background-color: white;
    width: 270px;
    height: 100%;
    z-index: 5;
    transition: 1s;
}

.sidemenu img {
    width: 100%;
    height: 300px;
    margin-left: 0px;
}

.sidemenucontent {
    margin-top: -100px;
    text-decoration: none;
    color: black;
    font-family: "Anton", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.sidemenucontent a{
    font-size: 17px;
    margin-left: 20px;
    text-decoration: none;
    font-family: "Anton", sans-serif;
    text-decoration: none;
    color: rgb(41, 41, 41);
}

.sidemenucontent button{
    font-size: 17px;
    width: 90%;
    margin-left: 15px;
    padding: 5px 5px 5px 5px;
    text-align: left;
    text-decoration: none;
    font-family: "Anton", sans-serif;
    text-decoration: none;
    background-color: rgb(243, 208, 11);
    color: rgb(41, 41, 41);
}

.icon {
    margin: 20px 0px 0px 15px;
}

.icon a{
    margin: -5px 0px 0px -0px;
}

.icon span{
    padding: 7px;
    font-size: 40px;
    color: grey;
    transition: 0.3s;
}

.icon span:hover{
    color: rgb(243, 208, 11);
}


.sidemenucontent hr{
    width: 88%;
    border: 1px solid rgba(170, 170, 170, 0.164);
}

@media (min-width: 800px) {

    .Cellphonemenubox {
        display: none;
    }
    
    
}